Math.maxFinite Method
Returns the maximum finite number out of all values passed.
This method is static.
Parameters
- values
-
Type: Object - May be null
Any number of values or arrays of values.
Return Value
Type: Number
The maximum finite number, or Number.NEGATIVE_INFINITY if none.